[To create an AWS Elastic Block Storage, run the AWS CLI / go to AWS console then create a EBS volume under the EC2 Service]
$ aws ec2 create-volume --region us-east-1 --availability-zone us-east-1a --size 10 --volume-type gp2
